icon-browser: Add open-menu to the list
authorMatthias Clasen <mclasen@redhat.com>
Fri, 25 Jul 2014 18:41:55 +0000 (14:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 25 Jul 2014 18:45:30 +0000 (14:45 -0400)
demos/icon-browser/iconbrowserwin.c

index 594e93c77bded3af4b82925c22b7f10dda7c50b8..e4349020631e911cce71e8044139cf98ed637393 100644 (file)
@@ -262,6 +262,7 @@ populate (IconBrowserWindow *win)
   add_icon (win, "object-rotate-left", "The icon for the rotate left action performed on an object.", "actions");
   add_icon (win, "object-rotate-right", "The icon for the rotate rigt action performed on an object.", "actions");
   add_icon (win, "object-select", "", "actions"); // missing from spec
+  add_icon (win, "open-menu", "", "actions"); // missing from spec
   add_icon (win, "pan-down", "", "actions"); // missing from spec
   add_icon (win, "pan-end", "", "actions"); // missing from spec
   add_icon (win, "pan-start", "", "actions"); // missing from spec